StytchAPIError

data class StytchAPIError(    val requestId: String? = null,     val errorType: String,     val message: String,     val url: String? = null) : StytchError

An error class representing non-schema error that occurs in Stytch API

Constructors

Link copied to clipboard
fun StytchAPIError(    requestId: String? = null,     errorType: String,     message: String,     url: String? = null)

Properties

Link copied to clipboard
val errorType: String
Link copied to clipboard
open override val message: String
Link copied to clipboard
val requestId: String? = null
Link copied to clipboard
val url: String? = null